From cd69570e7879d7e0524f491ea548276f2a7249aa Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 7 Jan 2019 20:34:32 +0000 Subject: [PATCH] searchenginequartz: Fix naming of Beagle @ comment As funny as that is, it's not very instructive. :P https://gitlab.gnome.org/GNOME/gtk/merge_requests/490#note_400993 --- gtk/gtksearchenginequartz.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/gtksearchenginequartz.c b/gtk/gtksearchenginequartz.c index 95558a07f2..7e9d5dd721 100644 --- a/gtk/gtksearchenginequartz.c +++ b/gtk/gtksearchenginequartz.c @@ -73,9 +73,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (GtkSearchEngineQuartz, _gtk_search_engine_quartz, GT { int i; GList *hits = NULL; - /* The max was originally set to 1000 to mimic something called "the - * boogie backend". - */ + /* The max was originally set to 1000 to mimic the Beagle backend. */ const unsigned int max_hits = 1000; const unsigned int max_iter = submitted_hits + [ns_query resultCount]; -- 2.30.2